home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 December
/
Chip_2003-12_cd1.bin
/
oddech
/
flashgame
/
camp
/
install
/
camprunamuck.exe
/
scripts
/
DefineButton2_681
/
BUTTONCONDACTION on(keyPress Space).as
Wrap
Text File
|
2002-11-01
|
220b
|
11 lines
on(keyPress "<Space>"){
if(!triggered)
{
diver.gotoAndStop("ready");
timer.timerActive = true;
timer.triggered = true;
timer.startTime = getTimer();
triggered = true;
}
}